Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second example demonstrating input and output asynchronicity #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smoe
Copy link

@smoe smoe commented Sep 14, 2016

Hello,

Even though I had access to several UART implementations for the iCEstick already, including one I had implemented myself, it was indeed yours with your very intuitive naming of ports that helped my in identifying my own logic flaw. So, many thanks for you effort and for bringing it online.

To give something back and help others in a similar situtaion, I am offering an extension of your example. I named it uart_adder and hope that you consider to rename yours to uart_echo. Its grand achievement is to separate the input from the output and have a bit of computation in between - adding two bytes. The communication is not performed with a terminal program, a separate C program is provided.

I took some freedom to add a bit of verbosity to the README.md. This shall help google to find the project (it was only via a post in some forum that I found it) and give folks that stumble across it a bit more of a direction what this is all about.

Best,

Steffen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant